.banner {
	background: url('../img/banner.png') no-repeat center;
	width: 100%;
	height: 340px
}

.banner-l {
	margin-top: 85px;
	display:flex;
	align-items: center;
}

.banner-l .logo {
	width: 104px;
	height: 104px;
	margin-right: 20px;
	vertical-align: middle;
}

.banner-l .banntxt {
	width: 822px;
	height: 68px;
	vertical-align: middle;
	height: 68px;
}

.bannerSwiper {
	display: inline-block;
	height: 68px;
}

.bannerSwiper .swiper-slide {
	width: 100% !important;
	height: 100%;
}

.banner-r {
	margin-top: 117px;
	display: flex;
	align-items: center;
}

.banner-r {
	width: 350px;
	height: 40px;
	border: 1px solid #fff7b7;
	position: relative;
	border-radius: 8px;
}

.banner-r input {
	padding: 0 50px 0 16px;
	line-height: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #fff7b7;
	width: 80%;
	border: 0;
	background: inherit;
}

.banner-r .search {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 16px;
	top: 8px;
	cursor: pointer;
}

.banner-r input::placeholder {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #fff7b7;
}

.nav {
	background: url('../img/nav.png') no-repeat center;
	width: 100%;
	margin-top: -78px;
	overflow: hidden;
}

.nav ul li {
	float: left;
	padding: 0 26px;
	height: 78px;
	line-height: 78px;
}

.nav ul li a {
	height: 19px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	color: #ffffff;
}

.nav-active {
	background: url(../img/nav_bg.png) no-repeat;
	background-size: 48px 48px;
	background-position: 10px center;
}

.show-img {
	width: 100%;
	height: 100px;
	margin: 24px auto;
}

/* 新闻 */
.index .index-swiper {
	width: 750px;
	height: 500px;
	overflow: hidden;
	position: relative;
	float: left;
}

.index .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .swiper-slide {
	position: relative;
}

.index .index-swiper p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 750px;
	height: 68px;
	background: -webkit-linear-gradient(bottom, #000, transparent);
	/* background: rgba(0, 0, 0, 0.7); */
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	padding-left: 24px;
	color: #ffffff;
	line-height: 68px;
	text-align: left;
	z-index: 9;
}

.index .index-swiper p span {
	display: inline-block;
	width: 520px;
}

.index .index-swiper .swiper-pagination {
	text-align: end;
	padding-right: 20px;
}

.index .index-swiper .swiper-pagination-bullet-active {
	background-color: #C5181F !important;
}

.index .index-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 1;
}

.news {
	display: inline-block;
	width: 100%;
}

.news-r {
	width: 620px;
	display: inline-block;
}

.news-rt {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
}

.news-rt li {
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #000000;
	margin-right: 40px;
	cursor: pointer;
	float: left;
	padding: 8px 0 22px 12px;
}

.news-rt li:last-child {
	margin-right: 0;
}

.news-rt .news-rt-active {
	font-weight: 700;
	color: #1369c0;
}

.index-list .news-rt-active,.resources-title span{
	width: 150px;
	text-align: center;
}
.news-rt .news-rt-active {
	background: url(../img/news_bg.png) no-repeat;
	background-size: 36px 36px;
}

.news-rt .news-rt-active a {
	color: #C5181F;
}

.news-contents li {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dashed #eeeeee;
	width: 100%;
}

.news-contents-all {
	margin-top: -6px;
}

.news-contents li:hover a,
.news-contents li:hover i {
	color: #C5181F;
}

.news-contents li span {
	width: 510px;
	display: inline-block;
	float: left;
}

.news-contents li span b,
.resources-demo ul li  b {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #eeeeee;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
}

.news-contents li i {
	color: #999999;
	font-style: normal;
	float: right;
}

.index .news-contents,
.index-list .news-contents {
	display: none;
}

.show-img-other {
	margin-bottom: 24px;
	display: inline-block;
	width: 100%;
}

.show-img-other img {
	width: 675px;
	height: 100px;
}

.index-list .news-r {
	width: 675px;
}

.index-list .news-rt-active,
.resources-title span {
	background-color: #c5181f;
	border-radius: 20px 0px 20px 0px;
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	padding: 15px 17px;
	background-position: 24px center;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
}

.index-list .news-rt li {
	padding: 15px 0;
	margin-right: 0;
	margin-left: 24px;
	font-size: 18px;
}

.index-list .news-rt .news-rt-active a {
	color: #fff;
}

.index-list {
	display: inline-block;
	width: 100%;
	min-height: 390px
}

/* 宣传教育*/
.preach {
	background: url('../img/preach_bg.png') no-repeat;
	width: 100%;
	height:663px;
	margin-top: -210px;
	position: relative;
	margin-bottom: 30px;
}

.preach-l {
	width: 192px;
	height: 418px;
	position: absolute;
	bottom: 0;
}

.preach-r {
	height: 496px;
}

.preach-r-ul {
	display: inline-block;
	width: 1250px;
	border-bottom: 2px solid #C5181F;
	padding: 160px 0 20px 80px;
	margin-bottom: 24px;
}

.preach-r-ul li {
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	float: left;
	margin-left: 50px;
	cursor: pointer;
}

.preach-r-all {
	display: inline-block;
}

.preach-r-ul .preach-r-active {
	color: #C5181F;
}

.preach-r-demo .swiper-slide {
	width: 280px;
	height: 250px;
	background: #fff;
}

.preach-r-demo .swiper {
	width: 1192px;
	margin-left: 208px;
}

.preach-r-demo .swiper-slide img {
	width: 280px;
	height: 200px;
	display: block;
}

.preach-r-demo .swiper-slide p {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	padding: 0 14px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
	display: block;
}

.preach-r-all .preach-r-demo {
	display: none;
}

/* 馆藏资源 */
.resources {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.resources-title {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}

.resources-demo {
	width: 120px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 16px;
	min-height: 216px;
}

.resources-demo-title {
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	width: 120px;
	height: 50px;
	background: #c5181f;
	line-height: 50px;
	width: 100%;
}

.resources-demo ul {
	padding: 7px 0;
}

.resources-demo ul li {
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
}
.resources-demo .new-change-resources-demo  li{
	text-align: left;
	padding-left: 20px;
	display: flex;
}
.resources-demo .new-change-resources-demo  li a{
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	margin-right: 18px;
	width: initial;
	float: left;
	margin-bottom: 12px;
}
.resources-demo .new-change-resources-demo  li span{
	display: inline-block;
	width: 60px;
}
.resources-demo ul li a {
	width: 90px;
	height: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
	text-align: left;
	display: inline-block;
}
.new-change-resources-l{
	display: flex;
	align-items: center;
	height: fit-content;
}
.resources-demo-other ul li{
	width: 33%;
	float: left;
}
.resources-demo-other ul li a{
	width: 100% !important;
	display: block;
}
.resources-demo-other ul {
	display: inline-block;
	width: 100%;
}

.resources-demo-other ul li a {
	width: inherit;
	padding-left: 15px;
}

.resources-demo img {
	width: 350px;
	height: 198px;
}

.index-list .news-bot {
	width: 100%;
}

.index-list .news-bot .news-contents {
	width: 100%;
}

.index-list .news-bot .news-contents li {
	width: 675px;
	float: left;
	margin-right: 50px;
}

.index-list .news-bot .news-contents li:nth-child(even) {
	margin-right: 0;
}

.list-demo {
	min-height: inherit;
	margin-bottom: 30px;
}

.resourcesSwiper .swiper-slide img {
	width: 332px;
	height: 124px;
}

/* 底部 */
.footer-choose {
	background: url(../img/footer.png) no-repeat center;
	width: 100%;
	height: 340px;
	padding-top: 50px;
}

.interlinkage {
	margin-bottom: 20px;
	text-align: center;
}

.interlinkage span {
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	padding: 30px 20px;
}

.interlinkage input {
	width: 376px;
	height: 44px;
	border-radius: 5px;
	border: 0;
	padding: 0 19px;
	color: #666666;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/jiantou.png") no-repeat scroll 342px center transparent;
	background-color: #fff;
	background-size: 14px 8px;
	outline: none;
	cursor: pointer;
}

.interlinkage-demo {
	width: 376px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	position: relative;
	margin-right: 36px;
}

.interlinkage-demo:last-child {
	margin-right: 0;
}

.interlinkage-demo ul {
	position: absolute;
	width: 100%;
	max-height: 200px;
	padding: 4px 0;
	background-color: #ffffff;
	display: none;
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.interlinkage-demo ul li {
	width: 100%;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.interlinkage select::-ms-expand {
	display: none;
}

.interlinkage select:last-child {
	margin-right: 0;
}

.index .interlinkage select option {
	font-size: 14px;
}

.footer-ul {
	width: 906px;
	margin: 32px auto 40px;
}

.footer-ul li {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	margin-left: 30px;
}

.footer-ul li:first-child {
	margin-left: 0;
}

.footer-img {
	text-align: center;
}

.footer-img .footer-logo-a {
	width: 110px;
	height: 70px;
	margin-right: 23px;
}

.footer-img .footer-logo-b {
	width: 52px;
	height: 70px;
}

/* 机构设置 */
.little-nav-active {
	color: #B50007;
}

.little {
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	line-height: 50px;
}

.little img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

little-nav,
little-nav a {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
}

.little-nav ul li,
.little-nav ul,
.little-nav {
	display: inline-block;
}

.little-nav ul {
	display: inline-block;
}

.introduce {
	margin-top: 24px;
	display: inline-block;
	width: 100%;
}

.introduce-l {
	width: 262px;
	text-align: center;
}

.introduce-l .introduce-l-title {
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #f5f5f5;
	background: url('../img/title.png') no-repeat;
	width: 262px;
	height: 78px;
	line-height: 56px;
}

.introduce-l ul {
	width: 240px;
	margin: -18px auto 0;
}

.introduce-l ul li {
	width: 240px;
	height: 60px;
	background: #f7f7f7;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #222222;
	line-height: 60px;
	cursor: pointer;
}

.introduce-l .introduce-l-active {
	background: #f8eed3;
	color: #B50007;
}

.introduce-r {
	width: 1110px;
}

.introduce-r-top {
	min-height: 842px;
}

.introduce-r-title {
	background: url(../img/news_bg.png) no-repeat;
	background-size: 46px 46px;
	color: #C5181F;
	font-size: 22px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 700;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0 30px 16px;
}

.introduce-r-txt {
	padding-top: 30px;
}

.introduce-r-txt p {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.introduce-r-demo {
	display: none;
}

.introduce-r .introduce-r-ul li span {
	width: 900px;
}

.page {
	padding: 40px 0;
}

/* 新闻详情 */
.newsdetail {
	padding-top: 34px;
}

.newsdetail h3 {
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #333333;
	line-height: 34px;
}

.newsdetail .newsdetail-content p {
	font-size: 16px !important;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 28px ;
	text-indent: 2em ;
	text-align:justify;
	
}
.newsdetail .newsdetail-content p span{
    	font-size: 16px !important;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	/*font-weight: 400;*/
	text-align: left;
	color: #333333;
	line-height: 28px ;
	text-indent: 2em ;
	text-align:justify;
	display: flex;
    flex-direction: column;
}
.newsdetail .newsdetail-content img {
	width: 616px;
	margin: 5px auto !important;
	display: block;
}

.newsdetail .newsdetail-content {
	display: inline-block;
	width: 100%;
	padding: 36px 0;
}

.newsdetail ul {
	text-align: center;
	padding: 36px 0;
	border-bottom: 1px solid #eeeeee;
}

.newsdetail ul li {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	margin-right: 30px;
	display: inline-block;
}

.introduce-r-list {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.introduce-r-list li {
	float: left;
	margin-bottom: 26px;
	margin-right: 26px;
}

.introduce-r-list li:nth-child(4n) {
	margin-right: 0;
}

.introduce-r-list li img {
	width: 258px;
	height: 184px;
	display: block;
}

.introduce-r-list li p {
	width: 258px;
	height: 50px;
	background: #f7f7f7;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 50px;
	padding: 0 10px;
}

.news-video .news-video-top {
	width: 354px;
	height: 252px;
	position: relative;
}

.news-video .news-video-top .news-video-bg {
	width: 354px;
	height: 252px;
}

.news-video .news-video-top .news-video-play {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.introduce-r .news-video .news-video-txt {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	padding: 0 14px;
	display: inline-block;
	width: 100%;
	line-height: initial;
	padding-top: 12px;
}

.introduce-r .news-video li {
	border: none;
	margin-top: 20px;
	margin-right: 20px;
	height: inherit;
	display: inline-block;
	width: inherit;
}

.introduce-r .news-video li:nth-child(3n) {
	margin-right: 0;
}

.introduce-r .news-video li a {
	display: inline-block;
	width: 354px;
}

/* 数字方志 */
.province-tab-a {
	margin-top: 20px;
}

.province-tab-a ul li {
	width: 120px;
	height: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #666666;
	display: inline-block;
	cursor: pointer;
}

.province-tab-a ul .province-tab-a-active {
	color: #fff;
	background: #b50007;
	border-radius: 10px 10px 0px 0px;
}

.introduce-r-demo .banner-r {
	border-color: #ccc;
	width: 390px;
	margin-top: -6px;
}

.introduce-r-demo .banner-r input {
	color: #ccc;
}

.introduce-r-demo .banner-r input::placeholder {
	color: #ccc;
}

.province {
	width: 1110px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	display: none;
}

.province-tab-b ul {
	border-bottom: 1px solid #eeeeee;
}

.province-tab-b ul li {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	margin-left: 24px;
	height: 50px;
	line-height: 50px;
}

.province-tab-b ul .province-tab-b-active, .province-tab-b ul .province-tab-b-active a{
	color: #B50007;
}

.province-demo {
	padding: 17px 14px;
}

.province-demo .province-demo-title {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #222222;
	padding: 0 10px;
	margin: 0 0 16px;
	border-left: 4px solid #B50007;
}

.province-demo ul li {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.province-demo ul li:nth-child(7n) {
	margin-right: 0;
}

.province-demo ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #b50007;
	width: 146px;
	height: 36px;
	line-height: 36px;
	background: #f8eed3;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.province-all {
	display: none;
}

/* 数字方志-详情 */
.setting {
	height: 92px;
	line-height: 92px;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	width: 100%;
}

.setting-r {
	margin-top: 22px;
}

.setting-l {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #222222;
	padding: 0 10px;
	border-left: 4px solid #B50007;
	vertical-align: middle;
	display: inline-block;
}

.setting-r-select ul {
	display: none;
	position: absolute;
	width: 200px;
	border: 1px solid #eee;
	top: 48px;
	right: 0;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
}

.setting-r-select ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.setting-r-select {
	width: 350px;
	height: 50px;
	line-height: 48px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	padding: 0 12px;
	position: relative;
}

.setting-r-select .setting-r-show-l img {
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 6px;
}

.setting-r-select .setting-r-show-l span,
.setting-r-select .setting-r-show-r b {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #222222;
}

.setting-r-select {
	cursor: pointer;
	display: inline-block;
	float: left;
}

.setting-r-select .setting-r-show-r img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 6px;
}

.setting-r-show {
	display: inline-block;
	width: 100%;
}

.setting-r-tab {
	width: 97px;
	height: 50px;
	line-height: 48px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	padding: 0 13px;
	display: inline-block;
	margin-left: 18px;
	float: left;
	cursor: pointer;
}

.setting-r-tab img {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
}

.setting-r-tab span {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #222222;
	margin-left: 4px;
}

.overview {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	display: flex;
}

.overview-l {
	margin-right: 20px;
}

.overview-r {
	min-height: 820px;
	/*width: 1090px;*/
	background: #f7f7f7;
	padding: 26px;
	font-size: 16px;
	line-height: 28px;
}
.overview-r font{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.overview-r img{
	margin: 0 auto;
	display: block;
}
.overview-r h3 {
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #b50007;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 24px;
}

.overview-r h4 {
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: center;
	color: #222222;
	line-height: 24px;
	margin-bottom: 30px;
}

.overview-r p {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #222222;
	line-height: 36px;
}

.st_tree {
	width: 280px;
	min-height: 820px;
	background: #f7f7f7;
	padding: 14px;
}

/* 鼠标经过的超链接 */
.st_tree a:hover {
	color: #B50007;
}

/* 菜单 */
.st_tree ul {
	padding: 0 0 0 18px;
	margin: 0;
}

/* 菜单项 */
.st_tree ul li {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #222222;
	cursor: pointer;
	list-style: none;
	background-image: url(../img/mulv.png);
	background-repeat: no-repeat;
	padding: 0 0 3px 27px;
	background-size: 18px 18px;
	margin-bottom: 8px;
}
.st_tree ul li a{
	display: block;
	width: 100%;
}
	/* 子菜单的父节点 */
.st_tree .folder {
	/* background: url(../img/wenjian.png); */
	background-repeat: no-repeat;
	padding: 0 0 0 27px;
	background: url(../img/wenjian.png) center left no-repeat, url(../img/jia.png) center right no-repeat;
	background-size: 18px 18px, 16px 16px;
}

/* 展开的父节点 */
.st_tree .open {
	/* background: url(../img/wenjian_a.png); */
	background-repeat: no-repeat;
	padding: 0 0 0 27px;
	/* background-size: 18px 18px; */
	background: url(../img/wenjian_a.png) center left no-repeat, url(../img/jian.png) center right no-repeat;
}

.st_tree .open a {
	color: #B50007;
}
.introduce-r-demo .province-all-other{
	display: block;
}

.news-rt-active-new a{
	color: #B50007;
}
.news-rt-more li a{
	font-size: 14px;
}
.pc .news-rt-more li {
	display: none;
	float: right;
	margin: 0;
}
font{
	font-size: 16px;
}